From: Matt Brubeck Date: Tue, 10 May 2016 21:37:25 +0000 (-0700) Subject: Document that dev-dependencies are used when building examples X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~14^2~22^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=22a5d4acf8336e1f910f25725256dce508869542;p=cargo.git Document that dev-dependencies are used when building examples --- diff --git a/src/doc/manifest.md b/src/doc/manifest.md index cbd3b0044..dfde002f5 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -403,7 +403,7 @@ can almost certainly be expressed as a separate package. The format of this section is equivalent to `[dependencies]`. Dev-dependencies are not used when compiling a package for building, but are used for compiling -tests and benchmarks. +tests, examples, and benchmarks. These dependencies are *not* propagated to other packages which depend on this package.